home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / frame_12164 / PlaceObject2_1460_198 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-07-21  |  280b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.ds4._currentframe < 2)
  3.    {
  4.       if(_root.dropship4._currentframe == 7)
  5.       {
  6.          _root.ds4.nextFrame();
  7.          stop();
  8.          this._x = _root.dropship4._x + 0;
  9.          this._y = _root.dropship4._y + 0;
  10.       }
  11.    }
  12. }
  13.